NAME
capitalize - capitalize a string

SYNTAX
#include <simulate.h>

string capitalize(string str)

DESCRIPTION
Convert the first character in str to upper case, and return the new string.

KEYWORDS
string

SEE ALSO
lower_case and upper_case